| オーバーロード | 解説 |
|---|---|
Item(Int32) | Gets or sets the value at the specified index. |
Item(TKey) | Gets or sets the value with the specified key. |
| オーバーロード | 解説 |
|---|---|
Item(Int32) | Gets or sets the value at the specified index. |
Item(TKey) | Gets or sets the value with the specified key. |
| 例外 | 解説 |
|---|---|
| System.ArgumentOutOfRangeException | index is less than 0. -or- Index is equal to or greater than OrderedDictionary<TKey,TValue>.Count. |